home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / HyperMail102.lha / HyperMail / libcgi / main.c < prev    next >
C/C++ Source or Header  |  1995-06-18  |  334b  |  20 lines

  1. /*
  2.  * This file is part of the LIBCGI library
  3.  *
  4.  * Copyright 1994 by Enterprise Integration Technologies Corporation
  5.  *
  6.  * This is freeware with commercialization rights reserved; see the
  7.  * LICENSE included in the distribution for specifics.
  8.  */
  9.  
  10. #include "cgi.h"
  11.  
  12. main()
  13.  {
  14.  
  15.   cgi_info ci;
  16.  
  17.   get_cgi_info(&ci);
  18.   cgi_main(&ci);
  19. }
  20.